home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.hut.fi!usenet
- From: Osma.Ahvenlampi@hut.fi (Osma Ahvenlampi)
- Newsgroups: comp.sys.amiga.networking
- Subject: Re: Best Mail Program for use with SLIP, SMTP, POP, AmiTCP?
- Date: 18 Jan 1996 03:54:30 +0200
- Organization: What, me, organised?
- Sender: oahvenla@hyppynaru.cs.hut.fi
- Distribution: inet
- Message-ID: <jdjvimanu7d.fsf@hyppynaru.cs.hut.fi>
- References: <jdjiviqtgtf.fsf@neppari.cs.hut.fi>
- <1264.6579T945T2649@ipacific.net.au>
- <4crjnb$gr8@redstone.interpath.net> <54422@babylon.pfm-mainz.de>
- <4dac6m$8m6@news2.delphi.com> <aTmosh.0qh4@amiga.ow.nl>
- <19960115.7BA53D8.BF40@sdcc8.ucsd.edu>
- NNTP-Posting-Host: hyppynaru.cs.hut.fi
- Mime-Version: 1.0
- Content-Type: text/plain; charset=US-ASCII
- In-reply-to: jfriesne@sdcc8.ucsd.edu's message of Mon, 15 Jan 96 12:53:51
- X-Newsreader: Gnus v5.1
-
- In article <19960115.7BA53D8.BF40@sdcc8.ucsd.edu> jfriesne@sdcc8.ucsd.edu (Jeremy Friesner) writes:
- >Okay, attempt #2:
- >move c:delete work:A/Folder/That/Nobody/Knows/About
- >and then move it back to c: later...
-
- call pragma('d','sys:')
- loop: procedure
- files = showdir('','file')
- c = words(files)
- do i = 1 to c
- call delete(word(files,i)
- end
- dirs = showdir('','dir')
- c = words(files)
- do i = 1 to c
- call pragma('d',word(dirs,i))
- call loop
- call pragma('d','/')
- call delete(word(dirs,i))
- end
- return
- --
- foo
-